From 42713ae80211051498384abc371030727a983d49 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Wed, 25 Jun 2008 20:39:21 +0000 Subject: [PATCH] igo8: Don't use "long" variables when working with fixed structures. --- gpsbabel/igo8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/igo8.c b/gpsbabel/igo8.c index c016a88dc..6dbdd2eee 100644 --- a/gpsbabel/igo8.c +++ b/gpsbabel/igo8.c @@ -174,7 +174,7 @@ static void igo8_write_init(const char *fname) // Writer close callback static void igo8_write_deinit(void) { - unsigned long normalized_file_size; + gbuint32 normalized_file_size; // Seek to the start of the third long in the Information Block, this is // where we will write out the total size of the file. -- 2.30.2